'Declaration Public Shared Function FindVisualTool<TThe visual tool type to find.>( _
ByVal visualToolThe visual tool, where visual tool of specified type must be searched.As VisualTool _
) As T (Of TThe visual tool type to find.As VisualTool)
public static T FindVisualTool<T>(
VisualTool visualTool
) where T: VisualTool
public: static T* FindVisualTool<T>(
VisualTool* visualTool
) where T: VisualTool*
generic<typename T> public:
static T^ FindVisualTool(
VisualTool^ visualTool
) where T: VisualTool^
Parameters
- visualTool
- The visual tool, where visual tool of specified type must be searched.
Type Parameters
- T
- The visual tool type to find.
Return Value
The visual tool of specified type if visual tool is found; otherwise, null.